home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / CIS M31 / project / home_table.css < prev    next >
Cascading Style Sheet File  |  2011-05-04  |  992b  |  26 lines

  1. /*
  2.     Everything Music
  3.     Home Page Table Stylesheet
  4.     
  5.     Author: Richard Thomson
  6.     Date Created: 30 March 2011
  7.     Date Modified: 30 March 2011
  8.     
  9.     Filename: home_table.css
  10.     Supported files:
  11. */
  12.  
  13. table.featured_table        {margin: 5px 10px 5px 0px; width: 650px; background: rgb(154,254,255); border: 
  14.                         5px groove blue; border-collapse: collapse; font-size: 14px}
  15. table caption                {letter-spacing: 2px; text-align: center; padding: 0px 0px 8px 0px}
  16. thead                    {font-size: 18px; color: red; border-bottom: 1px dotted red}
  17. tfoot                        {text-align: center; letter-spacing: 1px; font-size: 12px; color: blue}
  18. tbody tr                    {border-bottom: 1px dashed blue}
  19. table td                    {padding: 8px 10px 8px 0px}
  20. table tr                    {height: 30px}
  21. table th                    {letter-spacing: 1px}
  22. table a                    {color: red; text-decoration: none}
  23. table a:hover                {text-decoration: overline underline; color: blue}
  24. table col.columnItems        {width: 22%}
  25. table col.columnDetails    {width: 40%}
  26. table col.columnLinks        {width: 20%}